Welcome![Sign In][Sign Up]
Location:
Search - compiler source

Search list

[ELanguagec-complier

Description: c语言编译器源代码.本部分代码包括:库文件源代码,头文件源代码,以及库函数的完整拷贝。-c compiler source code. Part of the code include : library source code, source code header files, libraries and the integrity copy.
Platform: | Size: 280576 | Author: xuxuxuxu | Hits:

[EditorCompiler(1)

Description: 编译器,生成中间代码(四元式),文法规则在源文件中有定义-compiler, generating intermediate code (4 yuan-), the grammar rules in the source document definitions
Platform: | Size: 71680 | Author: | Hits:

[OtherhvacS

Description: 暖通空调系统的仿真软件HVACSIM+的编译源代码,用fortran编译而成,上面没有fortran的选择项,希望能补充。-HVAC system simulation software HVACSIm+ compiler source code, FORTRAN compiler with which, they had no choice FORTRAN, hope to add.
Platform: | Size: 698368 | Author: wuye | Hits:

[Editorcbyq

Description: C语言编译器原代码;C语言编译器原代码C语言编译器原代码;C语言编译器原代码;-C language compiler source code; C language compiler source C compiler source code; C language compiler source code;
Platform: | Size: 319488 | Author: qinzuoyi | Hits:

[ELanguageC-compilerSource

Description: C编译器源码是我到处找来的,看了之后很有收获-C compiler source is found everywhere, and found the great harvest
Platform: | Size: 184320 | Author: 廖书圣 | Hits:

[ELanguageminipascal

Description: 一个编译器的源程序,非常有实用价值 一个编译器的源程序,非常有实用价-a compiler of the source of great practical value to a compiler source, a very practical price
Platform: | Size: 4096 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSSJF2440-source

Description: SJF2440是S3C2440使用JTAG的FLASH烧写工具,虽然速度慢,但比较稳定。这个是源码,可以参考一下JTAG的操作原理,使用VC编译。-SJF2440 S3C2440 is the use of JTAG FLASH burning tools Although slow, but steady. This is the source code can refer to the JTAG operating principle, the use of VC compiler.
Platform: | Size: 81920 | Author: 毛斌 | Hits:

[Game Programquake3-1-32b-source

Description: 在QuakeCon 2005大会上,John Carmack曾表示,《Quake 3》源代码将在近期发布,任何有兴趣的人都可以下载。 现在,id Software兑现了自己的诺言:《Quake 3 Arena》完整源代码1.32b版(Quake 3 Arena Full Source Code v1.32b)已经公布,包括完整的游戏源代码、各种编译工具和Q3Radiant地图编辑器build 200f,大小为22.4MB(压缩包大小5.46MB)。用VC++2003,打开工程后直接就能编译成功。-Quakecon.org 2005 in the General Assembly, said John Romero, "Quake 3" source code will be released in the near future, any interested person can download. Now, id Software fulfill their promise : "Quake 3 Arena" complete source code version 1.32 b (Quake 3 Arena Full Source Code v1.32b) has been published, including the complete source code of the game, various compiler tools and Q3Radiant map editor build 200f. The size of 22.4 MB (compressed size 5.46MB). VC 2003 and opened the project can be compiled directly success.
Platform: | Size: 5726208 | Author: Henry | Hits:

[Windows Developc_____compiler

Description: 简单的c编译器源码 利于学习 -simple c compiler source conducive to learning simple c compiler source conducive to learning simple c compiler source benefits in the study
Platform: | Size: 47104 | Author: joyong | Hits:

[SCMdspic_progect

Description: 我自己编译使用的dspic源代码.简单实用.-I myself use the dsPIC compiler source code. Simple and practical.
Platform: | Size: 126976 | Author: mac_mao | Hits:

[ELanguageCompiler

Description: 简单的pl/0词法分析程序,学要选择源文件和目标文件,不是很完善。-Simple pl/0 lexical analysis procedures, learning to choose the source file and target file is not very perfect.
Platform: | Size: 31744 | Author: 王清源 | Hits:

[ELanguageCompiler

Description: (1) 将此番分析程序设计成独立一遍扫描源程序的结构。词法分析的输出结果采用如下的二元组表示: (单词种别,单词自身的值) 对表识符,采用下列的二元组表示: (表识符,指向标识符表项的指针) 单词种别建议采用一个关键字一个整数值、一个算符一个整数值等形式,每个整数值是不重复的,设计中应考虑好编码的方案(要跟语法分析连贯)。 (2) 测试用例: 应该建立至少两个测试用例:一个词法上正确的PL/0源程序和词法上部正确的源程序。 -(1) This analysis program will be designed as an independent source to scan the structure again. Lexical Analysis of the output of the dual use of the following group, said: (the word of other species, the value of their own words) on the table knowledge Fu, using the following binary group, said: (Table numeracy Fu, point identifier table entry pointer) word other species suggested an integer value of a keyword, an operator the form of an integer value, each integer value is not repeated, the design should be considered a good encoding program (with grammar analysis of coherence). (2) test case: It should be the establishment of at least two test cases: a lexical correct PL/0 source and the upper part of the correct morphology of the source.
Platform: | Size: 2048 | Author: dong | Hits:

[ELanguagecompiler

Description: 这个程序是编译程序的一部分,用于阅读源代码,并识别其中的标记符、关键词(以字母开头)、数(以数字开头)。其中数按其是否以0开头分为10进制和8/16进制,而16进制的第二位是“x”。将上述所有识别的内容分类显示在屏幕和文件result.txt中。 函数scan负责整个识别、输出过程,compare1负责识别单个字符,compare2识别词。-This procedure is the compiler part of the process for reading the source code, and identify which tags, keywords (to start with a letter), the number of (in figures at the beginning). Several of them according to whether or not to 0 at the beginning divided into 10-band and 8/16 M, while the second band 16 is x . Will identify the contents of all of the above categories displayed on the screen and documents in Result.txt. Scan function is responsible for the entire identification process output, compare1 responsible for identification of individual characters, compare2 word recognition.
Platform: | Size: 1024 | Author: Fayer Michael | Hits:

[ELanguageflex

Description: flex编译器的源代码,编译原理实验课所用的flex-flex compiler source code, compile the principle of the experimental classes used by flex
Platform: | Size: 402432 | Author: aaa | Hits:

[ELanguagegcc-2.7.2.3.tar

Description: GUN开源阻止下的编译器GCC,2.7.2.3版本-GUN stop under the open source compiler GCC, 2.7.2.3 version
Platform: | Size: 7099392 | Author: fanjing.89@163.com | Hits:

[Windows Developaa

Description: visual C++环境下的一个词法编译器的源代码-visual C++ environment a lexical compiler source code
Platform: | Size: 26624 | Author: sishen | Hits:

[ELanguagesmallc

Description: Small C 编译器的源代码 学习好的源码。 -Small C compiler source code to learn a good source.
Platform: | Size: 279552 | Author: gaolu | Hits:

[ELanguageDecafc-source.tar

Description: decafc的源代码,一种编译原理作业自定义的高级语言-decafc source code, a compiler operating principle of a custom high-level language
Platform: | Size: 30720 | Author: cong_ding | Hits:

[Other Embeded programsource

Description: CASIO,DT900数据采集系统,C语言源码,用于开发DT900手持机系统-CASIO, DT900 data acquisition system, C language source code for the development of DT900 handset system
Platform: | Size: 24576 | Author: dlham | Hits:

[ELanguageTMS320C2x(2xx)(C5x)

Description: 是C编译器的源码以及结构说明,英文版的,感觉还不错,有看的价值-Is the C compiler source code, as well as the structure shows that the English version, I feel pretty good, there are to see the value of
Platform: | Size: 472064 | Author: x | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net